-- **************************************************************************************
-- CDS-SMI  Christie Digital Systems Enterprise Structure of Management Information
--
-- August 2002, Doug J. Cabell
-- January 2006 Ver. 2.0 DJC
--
-- Copyright (c) 2002-2006 by Christie Digital Systems, Inc.
-- All rights reserved.
-- 
-- **************************************************************************************

CDS-SMI DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY,
	OBJECT-IDENTITY,
	enterprises
		FROM SNMPv2-SMI;

christiedigitalsystems MODULE-IDENTITY
	LAST-UPDATED "200601110000Z"
	ORGANIZATION "Christie Digital Systems, Inc."
	CONTACT-INFO
		"	Christie Digital Systems
			Customer Service

		Postal: 10550 Camden Drive
			Cypress, CA 90630
			USA

		   Tel: +1 800 221-8025

		E-mail: support@christiedigital.com"
	DESCRIPTION
		"The Structure of Management Information for the
		Christie Digital Systems enterprise."
	REVISION      "0208300000Z"
	DESCRIPTION
		"Initial christiedigitalsystems version." 
		
		::= { enterprises 11273 }	-- assigned by IANA

christiedigital MODULE-IDENTITY
	LAST-UPDATED "200601110000Z"
	ORGANIZATION "Christie Digital Systems, Inc."
	CONTACT-INFO
		"	Christie Digital Systems
			Customer Service

		Postal: 10550 Camden Drive
			Cypress, CA 90630
			USA

		   Tel: +1 800 221-8025

		E-mail: support@christiedigital.com"
	DESCRIPTION
		"The Structure of Management Information for the
		Christie Digital Systems enterprise."
	REVISION      "0208300000Z"
	DESCRIPTION
		"Initial christiedigitalsystems version." 
		
		::= { enterprises 25766 }	-- assigned by IANA

christieDigitalProducts OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"christieDigitalProducts is the subtree root for products developed
             by Christie Digital Systems. Permanently assigned sysObjectIDs values are under this branch."
	::= { christiedigitalsystems 1 }

christieDigitalCommonConformance OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"The conformance statements for SNMP entities
       which implement Christie Digital Systems MIBs."
	::= { christiedigitalsystems 9 }
	
christieDigitalCommonGroups   OBJECT IDENTIFIER   ::=  {christieDigitalCommonConformance 1 }
christieDigitalCommonCompliances  OBJECT IDENTIFIER ::= { christieDigitalCommonConformance 2 }

christieDigitalExperimentmental OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"christieDigitalExperimentmental is the root OBJECT IDENTIFIER from
		which sysObjectID values are assigned for objects not yet permanently assigned"
	::= { christiedigitalsystems 10 }
	
christieDigitalProduct OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"christieDigitalProducts is the subtree root for products developed
             by Christie Digital Systems. Permanently assigned sysObjectIDs values are under this branch."
	::= { christiedigital 1 }

christieDigitalComConformance OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"The conformance statements for SNMP entities
       which implement Christie Digital Systems MIBs."
	::= { christiedigital 9 }
	
christieDigitalComGroups   OBJECT IDENTIFIER   ::=  {christieDigitalComConformance 1 }
christieDigitalComCompliances  OBJECT IDENTIFIER ::= { christieDigitalComConformance 2 }

christieDigitalExperimental OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"christieDigitalExperimentmental is the root OBJECT IDENTIFIER from
		which sysObjectID values are assigned for objects not yet permanently assigned"
	::= { christiedigital 10 }
	
END

